AbsoluteMonthlyRecurrencePatternDayOfMonth Property |
Describes the day in a month that a recurring item occurs. The range of values for this property is 1 to 31. If for a particular month this value is larger than the number of days in the month, the last day of the month is assumed for this property.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic int DayOfMonth { get; set; }Public Property DayOfMonth As Integer
Get
Set
Property Value
Type:
Int32The day of month.
See Also